From f75b7f4d27ef699e247ff9eb412e332a252cde66 Mon Sep 17 00:00:00 2001 From: skyjake Date: Mon, 9 Apr 2012 10:00:55 +0300 Subject: [PATCH] Documentation: Include libdeng2 in the public API documentation Todo for later: Needs some fixing (macro expansion?) --- doomsday/engine/api.doxy | 6 ++++-- doomsday/libdeng2/include/de/data/time.h | 4 +--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doomsday/engine/api.doxy b/doomsday/engine/api.doxy index 07bf6ae862..55bb04b053 100644 --- a/doomsday/engine/api.doxy +++ b/doomsday/engine/api.doxy @@ -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 diff --git a/doomsday/libdeng2/include/de/data/time.h b/doomsday/libdeng2/include/de/data/time.h index c8e49c9850..1cbd243667 100644 --- a/doomsday/libdeng2/include/de/data/time.h +++ b/doomsday/libdeng2/include/de/data/time.h @@ -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 {