-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More autodoc cleanup to make it easier for Jayenne to use the same ma…
…cros. Background Jayenne and Capsaicin should be able to use a lot of the same cmake macros for setting up a build system that creates html pages via doxygen. Attempt to package some of the build system code in a more reusable way. Changes: + Update formatting for `Copyright` and include this text directly into `mainpage.dcc`. + Create new file `autodoc_macros.cmake` that defines cmake macros and functions that will be used by `autodoc/CMakeLists.txt`. + Update `draco_info` so it can create a list of authors suitable for including in `mainpage.dcc.` + Add `autodoc/html/doxygen.css` to the list of files that will be installed in `cmake/draco` and that can be used by other projects. + The generated `Draco.tag` file is causing a warning `warning: Duplicate anchor HOST_NAME_MAX found` when used by other code projects. Attempt to silence this warning. + Increase the max number of dot graph nodes to 500 (was 200). + Update the `covdir.cfg` script so it is aware of Jayenne's new directory layout. + Rename structs A, B --> Apple, Banana in `cxx11example_move_semantics.cc` to prevent doxygen from linking the article 'A' to this struct.
- Loading branch information
1 parent
869c879
commit 1eb04db
Showing
18 changed files
with
553 additions
and
229 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
Oops, something went wrong.