Skip to content

Commit 1124388

Browse files
committed
Improved documentation
1 parent b70e41d commit 1124388

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

doc/doc.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,4 +570,14 @@ The program does not need the declaration of class `Cat`, only that of the base
570570
\sa Factory
571571
*/
572572

573+
/**
574+
\defgroup Logging Message logger
575+
576+
Class Log and related macros allow logging messages to the console and/or to a file.
577+
578+
~~~
579+
ASL_LOG_E("Cannot load file %s\n", *filename);
580+
~~~
581+
*/
582+
573583
}

doc/doxy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ EXPAND_ONLY_PREDEF = YES
239239
SEARCH_INCLUDES = YES
240240
INCLUDE_PATH =
241241
INCLUDE_FILE_PATTERNS =
242-
PREDEFINED = _WIN32 ASL_EXP_THREADING ASL_TLS ASL_API ASL_HAVE_INITLIST,DOXYGEN_SHOULD_SKIP_THIS
242+
PREDEFINED = _WIN32 ASL_EXP_THREADING ASL_TLS ASL_API ASL_HAVE_INITLIST DOXYGEN_SHOULD_SKIP_THIS _MSC_VER=1800
243243
EXPAND_AS_DEFINED =
244244
SKIP_FUNCTION_MACROS = NO
245245

0 commit comments

Comments
 (0)