Skip to content

Commit

Permalink
Fix bugs in documentation output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Dec 10, 2012
1 parent cddfae4 commit badc677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/js/cleannavtree.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Make the "Modules" section the root section.
NAVTREE[0][2] = NAVTREE[0][2][0][2];
NAVTREE[0][2] = NAVTREE[0][2][1][2];

// Remove the Nimbus prefix before every feature.
for (var i = 0; i < NAVTREE[0][2].length; ++i) {
Expand Down
2 changes: 1 addition & 1 deletion src/Doxygen.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

/**
* @defgroup Version-1-0-0 Version 1.0.0 Release
* @ingroup Version-1-0-0
* @ingroup Version-History
*
* Version 1.0.0 of Nimbus was released on December 10, 2012. This first major release includes
* major improvements to the Nimbus documentation formatting, ARC support, and numerous API changes
Expand Down

0 comments on commit badc677

Please sign in to comment.