- add generate_treeview option (#96)
To enable the treeview set in rosdoc.yaml
` - builder: doxygen generate_treeview: YES `
- change to setuptools in accordance with migration guide (#105)
- Add option "required" to builder configs which will cause rosdoc_lite to fail if the builder fails. (#106) * Add option "required" to builder configs which will cause rosdoc_lite to fail if the builder fails. * Require documentation of this package to finish properly. * Added documentation to the added exception from generate_docs.
- Add support for configuring INPUT_FILTER doxygen option (#103)
- Add missing graphviz dep Used by Doxygen for inheritance diagrams.
- Read include_path from config file * Removes warning about non existing INCLUDE_PATH. Closes #86
- Bump CMake version to avoid CMP0048
- Contributors: Alexander Gutenkunst, Arne Hitzmann, Felix Ruess, Martin Pecka, Matthijs van der Burgh, Shane Loretz, Tully Foote
- Add mdfile to INPUT
- Use conditional dependencies (#93) * Use conditional dependencies for all Python rosdep keys * Only depend on epydoc if using Python 2 * Switch to python?-catkin-pkg-modules since the CLI tools aren't used * Python 2 and 3 versions are side-by-side installable * Switch to python?-rospkg-modules since the CLI tools aren't used * Python 2 and 3 versions are side-by-side installable
- Add mdfile to INPUT
- backwards-compatible fix for python3 API changes
- fix cmake failure when building without tests
- Removes obsolete doxygen options fix cmake failure when building without tests
- enable linking to documentation hosted on third party server
- Update exception handling to Python2.6+ / Python3 syntax
- Fix getting doxygen path when output_folder is defined
- Add unit tests for getting doxygen path
- Better name of function getting the documentation path
- Update exception handling to Python2.6+ / Python3 syntax
- Merge branch 'master' of github.com:jobleier/rosdoc_lite
- enable 'docs_url' pointing to documentation hosted on third party server with external Doxygen documentation using tag files
- Contributors: Alexander Gutenkunst, Finn-Thorben Sell, Johannes Bleier, Matthijs van der Burgh, Paul Dinh, Riku Shigematsu, Shane Loretz, Tully Foote, v4hn
- use yaml.safe_load for untrusted yaml input
- Contributors: Dirk Thomas
- fix top bar on recent doxygen versions * on recent doxygen topbar requires jquery * fixes documentation generation on ROS melodic * see https://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_1
- add use_mdfile_as_mainpage option This makes it possible/easier to use a markdown file as mainpage, e.g. the README.md
- remove unsupported option latex_paper_size (#79)
- Expose doxygen parameter GENERATE_QHP
- Contributors: Dirk Thomas, Felix Ruess, Jack O'Quin, Jiri Horner, Levi Armstrong, Tully Foote
- fix import (#74)
- add ability to configure the doxygen parameter EXTRACT_ALL (#72)
- more correct reference to the package website url (#68)
- get rid of HTML static path, so build farm quits complaining
- Contributors: Daniel Stonier, Dirk Thomas, Jack O'Quin, Levi Armstrong
- Support SEARCHENGINE option for doxygen Closes #56
- Contributors: Jack O'Quin, Kentaro Wada
- Add autodoc to sphinx config.
- Use generator specific output folder.
- Move import to local scope, since when the new API is being invoked from jenkins_scripts genmsg is not on the Python path.
- Add API to provide generator specific output folders.
- Run epydoc in the package folder.
- Print output from epydoc invocation (fix #50).
- Update doxygen template to disable external groups and pages.
- Update doxygen template to 1.8.6.
- Contributors: Dirk Thomas, Jack O'Quin, Jonathan Bohren
- Groovy, Hydro and Indigo release.
- Introduce doxygen PREDEFINED tag (#47). Thanks to Fabien Spindler.
- Bugfix to enable devel space usage of rosdoc-lite, fixes #44. Thanks to Daniel Stonier.
- Delete upload script which is not used anymore. Its functionality is in jenkins_scripts doc_stack.py
- Merge pull request #41 to disable doxygen searchengine and latex generation.
- Update ros.org urls.
- Add list of actions to manifest.yaml after documenting them.
- Order list of documented msgs/srvs/actions.
- Add debug information to epyenator.
- Contributors: Daniel Stonier, Dirk Thomas, Fabien Spindler, Jack O'Quin, Tully Foote
- Groovy and Hydro release.
- Working version of action documentation.
- Restore support for raw message comments in docs (#29).
- Groovy and Hydro release.
- Write information on deprecated packages to manifest.yaml.
- Updated package.xml with new <buildtool_depend>catkin<...> requirement.
- Now writes information about package maintainers to the manifest generated for the wiki.
- Adding bugtracker and repo_url fields to manifest generation.
- Adding a missing dep on python-catkin-pkg.
- Switching to python kitchen for unicode support to get around edge cases.
- Switching from abspath to realpath to make sure to handle symlinks correctly.
- Add docstrings.
- Groovy release
- Updating so that dependencies are only listed once, regardless of how many times they appear in package.xml
- Updating so that ros-theme can be found
- Updating description in package.xml to be a bit more informative
- Adding proper export to rosdoc_lite
- Changing default doc directory to be doc
- Adding docs for rosdoc_lite
- Initial Groovy release.
- Message generation now links to the proper place, but expansion commented out.
- Write manifest.yaml files for the wiki to use.
- Support both new package.xml and the old manifest.xml on Groovy.
- Port to Groovy catkin.
- Fuerte release.
- Only list dependencies once, regardless of how many times they appear in package.xml.
- Updating so that ros-theme can be found.
- Adding proper export to manifest.xml.
- Changing default doc directory to be doc.
- For Fuerte, we need to pull the version of the package from stack.xml instead of package.xml.
- Refactoring so that epydoc and sphinx share the same Python path manipulation code.
- Fuerte release.
- Message generation now links to the proper place, but commenting out expansion for now, also work towards writing manifest.yaml files for the wiki to use.
- Fixing a bug in converting from package.xml to rosdoc manifest format
- Just treat catkin stuff as non-catkin on Fuerte since those packages
still have a manifest. Fuerte catkin stacks do need to be on
$ROS_PACKAGE_PATH
to document.
- minor Fuerte release.
- Fixing a bug with the way the python path was built for epydoc. Also, skipping documentation for messages that can't be found.
- Now handles when a given URL does not exist for a specified tagfile.
- Initial release to Fuerte.
- Fix for rospkg dependency problem (#1).
- Updating help to be more useful.
- Allow users to specify the location of tagfile output if they choose.
- Add support for tagfiles.
- Working towards catkinizing this stack.
- Removing leftover package dependencies, including roslib.
- Version of the message documentation that doesn't depend on roslib.
- Switching to package names for calling rosdoc_lite.
- Renaming
rosdoc
script torosdoc_lite
. - Making a ROS package, need some tools for message generation.