diff --git a/Doxyfile b/Doxyfile index 4b8f5e074..9b153e3df 100644 --- a/Doxyfile +++ b/Doxyfile @@ -291,7 +291,8 @@ ALIASES = \ "m_span{1}=" \ "m_endspan=" \ "m_class{1}=" \ - "m_footernavigation=" + "m_footernavigation=" \ + "m_examplenavigation{2}=" # This tag can be used to specify a number of word-keyword mappings (TCL only). # A mapping has the form "name=value". For example adding "class=itcl::class" diff --git a/Doxyfile-mcss b/Doxyfile-mcss index 45db80b57..f7cf24da9 100644 --- a/Doxyfile-mcss +++ b/Doxyfile-mcss @@ -70,7 +70,8 @@ ALIASES = \ "m_span{1}=@xmlonly@endxmlonly" \ "m_endspan=@xmlonly@endxmlonly" \ "m_class{1}=@xmlonly@endxmlonly" \ - "m_footernavigation=@xmlonly@endxmlonly" + "m_footernavigation=@xmlonly@endxmlonly" \ + "m_examplenavigation{2}=@xmlonly@endxmlonly" HTML_EXTRA_STYLESHEET = \ https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600&subset=latin-ext \ diff --git a/Doxyfile-public b/Doxyfile-public index d11719dc2..55d4bd6ac 100644 --- a/Doxyfile-public +++ b/Doxyfile-public @@ -67,7 +67,8 @@ ALIASES = \ "m_span{1}=@xmlonly@endxmlonly" \ "m_endspan=@xmlonly@endxmlonly" \ "m_class{1}=@xmlonly@endxmlonly" \ - "m_footernavigation=@xmlonly@endxmlonly" + "m_footernavigation=@xmlonly@endxmlonly" \ + "m_examplenavigation{2}=@xmlonly@endxmlonly" GENERATE_TODOLIST = NO GENERATE_BUGLIST = NO