I use the documentation documentation for oxygen and XML to create internal API documentation for our frameworks.
Doxygen creates a “package” for the namespace. I wonder if it is possible to add source documentation at the namespace level for display in the Doxygen package view?
This can be done using the standard XML comment style <summary>.
<summary>
, Visual Studio , , .
:
using System; using System.Web; using System.Web.Caching; /// <summary> /// Testing namespace package descriptions /// </summary> namespace MyProject.Caching { ...
XML- . , , , Doxygen, . , .
, Doxygen , , .
Source: https://habr.com/ru/post/1780652/More articles:Is there any way to get event delegate - c #How to embed UIImage in a UIWebView - objective-cprint character list in clojure - lispDoes Twitter support two-way oAuth? - oauthJQuery DatePicker: how to add a custom class - jqueryMoving a dialog control when resizing a dialog box so that they are compatible between operating systems using mfc C ++ - c ++https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1780654/how-to-create-a-non-password-requesting-svn-repository-with-visualsvn-server&usg=ALkJrhhVJ3pwTIY6_WGHseXlV8GYiKHDcwHow to estimate the size of a byte array / buffer to read from NetworkStream? - c #texniccenter shortcut for user team - keyboard-shortcutsreal histograms of different colors - matlab - statisticsAll Articles