Skip to content

Commit

Permalink
Documentation: Include libdeng2 in the public API documentation
Browse files Browse the repository at this point in the history
Todo for later: Needs some fixing (macro expansion?)
  • Loading branch information
skyjake committed Apr 9, 2012
1 parent 299f751 commit f75b7f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions doomsday/engine/api.doxy
Expand Up @@ -2,12 +2,14 @@
@INCLUDE = ../doomsday.doxy

PROJECT_NAME = "libdeng"
PROJECT_NUMBER = 1.9.7
PROJECT_NUMBER = 1.9.8
PROJECT_BRIEF = "Public API"
OUTPUT_DIRECTORY = ../apidoc/api/

INPUT = api
INPUT = api ../libdeng2/include
PREDEFINED = __DOOMSDAY__

INCLUDED_BY_GRAPH = YES
REFERENCED_BY_RELATION = NO
OPTIMIZE_OUTPUT_FOR_C = NO
MACRO_EXPANSION = YES
4 changes: 1 addition & 3 deletions doomsday/libdeng2/include/de/data/time.h
Expand Up @@ -42,9 +42,7 @@ class DENG2_PUBLIC Time : public ISerializable
{
public:
/**
* The difference between to points of time.
*
* @ingroup types
* Difference between two points in time. @ingroup types
*/
class DENG2_PUBLIC Delta
{
Expand Down

0 comments on commit f75b7f4

Please sign in to comment.