Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

Commit

Permalink
Added @mainpage for doxygen that simply includes the README and LiCENSE
Browse files Browse the repository at this point in the history
docs. Also added groups for appkit and foundation classes.
  • Loading branch information
stephen committed Mar 1, 2009
1 parent 6750b90 commit 2e7294d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Foundation/Foundation.j
Expand Up @@ -55,3 +55,19 @@
@import "CPURLResponse.j"
@import "CPUserSessionManager.j"
@import "CPValue.j"

/*! @defgroup appkit AppKit
@defgroup foundation Foundation
@mainpage
Cappuccino is distributed under the @ref license "GNU LGPL".
@htmlonly <pre>@endhtmlonly
@htmlinclude README
@htmlonly </pre>@endhtmlonly
@page license License
@htmlonly <pre>@endhtmlonly
@htmlinclude LICENSE
@htmlonly </pre>@endhtmlonly
*/
3 changes: 2 additions & 1 deletion Tools/Documentation/Cappuccino.doxygen
Expand Up @@ -137,7 +137,8 @@ EXCLUDE = AppKit/Cib \
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = _*
EXCLUDE_SYMBOLS = _*
EXAMPLE_PATH =
EXAMPLE_PATH = ./README \
./LICENSE
EXAMPLE_PATTERNS = *
EXAMPLE_RECURSIVE = NO
IMAGE_PATH =
Expand Down

0 comments on commit 2e7294d

Please sign in to comment.