diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-10-03 09:13:28 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-10-03 09:13:28 +0000 |
commit | b3eef5b0b82c20a9f11868ba376f6bb2d94faae4 (patch) | |
tree | 7c5f4243d3a528f86daad826ed886dea6b816871 /src/tafnode.h | |
parent | 850ebb96df909a4113fdf9c5bf82cf0f598901ca (diff) | |
download | libbu++-b3eef5b0b82c20a9f11868ba376f6bb2d94faae4.tar.gz libbu++-b3eef5b0b82c20a9f11868ba376f6bb2d94faae4.tar.bz2 libbu++-b3eef5b0b82c20a9f11868ba376f6bb2d94faae4.tar.xz libbu++-b3eef5b0b82c20a9f11868ba376f6bb2d94faae4.zip |
Nothing about function. I added a bunch of docs and re-arranged a bunch of
the existing docs. Taking advantage of some of the cooler extra features of
doxygen I've started writing extra how-to pages covering working with sections
of the library. Also, I started grouping the classes by function so they show
up on the Modules page together, very cute.
Diffstat (limited to 'src/tafnode.h')
-rw-r--r-- | src/tafnode.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/tafnode.h b/src/tafnode.h index 4940bee..585ba73 100644 --- a/src/tafnode.h +++ b/src/tafnode.h | |||
@@ -10,6 +10,7 @@ namespace Bu | |||
10 | { | 10 | { |
11 | /** | 11 | /** |
12 | * | 12 | * |
13 | *@ingroup Taf | ||
13 | */ | 14 | */ |
14 | class TafNode | 15 | class TafNode |
15 | { | 16 | { |
@@ -33,6 +34,10 @@ namespace Bu | |||
33 | 34 | ||
34 | class TafProperty; | 35 | class TafProperty; |
35 | class TafComment; | 36 | class TafComment; |
37 | /** | ||
38 | * | ||
39 | *@ingroup Taf | ||
40 | */ | ||
36 | class TafGroup : public TafNode | 41 | class TafGroup : public TafNode |
37 | { | 42 | { |
38 | public: | 43 | public: |
@@ -68,6 +73,10 @@ namespace Bu | |||
68 | NodeList lChildren; | 73 | NodeList lChildren; |
69 | }; | 74 | }; |
70 | 75 | ||
76 | /** | ||
77 | * | ||
78 | *@ingroup Taf | ||
79 | */ | ||
71 | class TafProperty : public TafNode | 80 | class TafProperty : public TafNode |
72 | { | 81 | { |
73 | public: | 82 | public: |
@@ -82,6 +91,10 @@ namespace Bu | |||
82 | Bu::FString sValue; | 91 | Bu::FString sValue; |
83 | }; | 92 | }; |
84 | 93 | ||
94 | /** | ||
95 | * | ||
96 | *@ingroup Taf | ||
97 | */ | ||
85 | class TafComment : public TafNode | 98 | class TafComment : public TafNode |
86 | { | 99 | { |
87 | public: | 100 | public: |