This is supposed to be the project version number that the generated documentation is associated with. It will need to be automatically generated at some point. Until then, it's better to just not include one.
Signed-off-by: Russell Bryant <[email protected]> --- Doxyfile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doxyfile b/Doxyfile index 7181488..7cb6e79 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = corosync # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.75 +#PROJECT_NUMBER = 0.75 # Using the PROJECT_BRIEF tag one can provide an optional one line description for a project that appears at the top of each page and should give viewer a quick idea about the purpose of the project. Keep the description short. -- 1.7.4 _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
