diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-05-28 19:46:08 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-05-28 19:46:08 (GMT) |
commit | 832e08dcc70203d84f75249583a95fa172492aa2 (patch) | |
tree | 1f7723f69aa2917d2408894c68e7150f7b7ff3d5 /src/translator.h | |
parent | f38608d4bec002a5051c860a599dd4d5229a9671 (diff) | |
download | Doxygen-832e08dcc70203d84f75249583a95fa172492aa2.zip Doxygen-832e08dcc70203d84f75249583a95fa172492aa2.tar.gz Doxygen-832e08dcc70203d84f75249583a95fa172492aa2.tar.bz2 |
Release-1.1.3-20000528
Diffstat (limited to 'src/translator.h')
-rw-r--r-- | src/translator.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/translator.h b/src/translator.h index 89ef47b..9598da3 100644 --- a/src/translator.h +++ b/src/translator.h @@ -863,9 +863,19 @@ class Translator } ////////////////////////////////////////////////////////////////////////// -// new since 1.1.1 +// new since 1.1.3 ////////////////////////////////////////////////////////////////////////// + /*! Used as a marker that is put before a todo item */ + virtual QCString trTodo() + { + return "Todo"; + } + /*! Used as the header of the todo list */ + virtual QCString trTodoList() + { + return "Todo List"; + } }; #endif |