demo/demo/src/comment_styles.hpp Source File

demo/demo/src/comment_styles.hpp Source File#

Demo: demo/demo/src/comment_styles.hpp Source File
Demo
comment_styles.hpp
1// =====================================================================================
2// C O P Y R I G H T
3// -------------------------------------------------------------------------------------
4// Copyright (c) 2022 by Robert Bosch GmbH. All rights reserved.
5//
6// Author(s):
7// - Markus Braun, :em engineering methods AG (contracted by Robert Bosch GmbH)
8// =====================================================================================
9#ifndef DEMO__COMMENT_STYLES_INCLUDED
10#define DEMO__COMMENT_STYLES_INCLUDED
11
12namespace doxysphinx
13{
21namespace doxygen
22{
23
253}
254
255}
256#endif
Demonstration of doxygen comment style usage. See also :doc:"Comment Syntax Documentation </docs/synt...
Definition comment_styles.hpp:27
void ensure_slash_style_comments_are_working_as_expected() const =0
void ensure_javadoc_style_comments_with_identation_are_working_as_expected() const =0
void ensure_qt_style_without_stars_are_working_as_expected() const =0
void ensure_javadoc_style_without_stars_are_working_as_expected() const =0
void ensure_qt_style_comments_are_working_as_expected() const =0
void ensure_qt_style_comments_with_identation_are_working_as_expected() const =0
void ensure_javadoc_style_comments_are_working_as_expected() const =0
void ensure_slash_style_with_exclamations_are_working_as_expected() const =0
void ensure_slash_style_comments_with_asterisk_are_working_as_expected() const =0
void ensure_slash_style_comments_with_identation_are_working_as_expected() const =0
The namespace doxysphinx contains all demo code that we need for demonstration of doxysphinx.
Definition block_rst.hpp:13