-
Notifications
You must be signed in to change notification settings - Fork 130
Resolve issue #38 (doxygen documentation) #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
removed space -.-
Readme edit
Change the filter version
README.md
Outdated
| ------------- | ||
|
|
||
| In order to generate the doxygen documentation for OSI, please follow the following steps: | ||
| 1. Install [Doxygen](http://www.stack.nl/~dimitri/doxygen/download.html), set an environmental variable 'doxygen' with the path to the binary file and add it to PATH `<old-path>;%doxygen%`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meaning of old-path might confuse.
My proposel: PATH += %doxygen%
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree and done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about an update of the wiki covering the "how to write comments correctly for doxygen"?
Changed the download location to the correct VG release containing the doxygen filter python script and changed the documentation
corrected readme.md
Changed the readme.md according to suggestion
|
fix #38 |
doxygen_config.cmake.inwill be configured from cmake to generate a file namedDoxyfilein the cmake binary directory.proto2cpp.py(required to make the proto files compatible with doxygen).For further details see
README.md