-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In particular: 1. Add in @file on all of the files we want indexed (otherwise Doxygen just ignores them). 2. Make sure to document all things that are missing (as pointed out by Doxygen). 3. Switch to #ENUM to reference enums (this makes Doxygen put links in properly). 4. Switch from `my_func` or `my_func()` to my_func() everywhere (Doxygen supports all 3 for making links, but for consistency we just stick with one style). 5. Hide a few things from Doxygen. 6. Switch all \returns to \return (Doxygen supports both, but we should be consistent). Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
- Loading branch information
1 parent
4740c82
commit bdbc054
Showing
31 changed files
with
955 additions
and
712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.