diff --git a/docs/sphinx-source/index.rst b/docs/sphinx-source/index.rst index 432cafb..f0c7c9c 100644 --- a/docs/sphinx-source/index.rst +++ b/docs/sphinx-source/index.rst @@ -6,6 +6,10 @@ Welcome to atheneum documentation! ============================================= +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been +the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of +type and scrambled it to make a type specimen book. From ``_ + .. toctree:: :maxdepth: 2 :caption: Contents: @@ -13,9 +17,8 @@ Welcome to atheneum documentation! Docs ==== -.. doxygennamespace:: atheneum - -.. doxygenclass:: Atheneum +.. doxygennamespace:: Atheneum + :project: atheneum Indices and tables diff --git a/include/atheneum/atheneum.h b/include/atheneum/atheneum.h index 756ed9f..ebe5447 100644 --- a/include/atheneum/atheneum.h +++ b/include/atheneum/atheneum.h @@ -12,8 +12,8 @@ namespace Atheneum class AtheneumPrivate; -/// @class Atheneum::Atheneum atheneum.h -/// @brief Public interface file for for the Atheneum Pimpl idiom +/// @class Atheneum atheneum.h +/// @brief Public interface for for the Atheneum Pimpl idiom class Atheneum {