mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Add a comment
This commit is contained in:
parent
8afbfebd25
commit
a029116fe3
@ -25,7 +25,8 @@ namespace DB
|
|||||||
* - no cross-team communication impedance;
|
* - no cross-team communication impedance;
|
||||||
*
|
*
|
||||||
* The disadvantages of embedded documentation are:
|
* The disadvantages of embedded documentation are:
|
||||||
* - it is only suitable for uniform components of the system and not suitable for tutorials and overviews.
|
* - it is only suitable for uniform components of the system and not suitable for tutorials and overviews;
|
||||||
|
* - it is more difficult to edit by random readers;
|
||||||
*
|
*
|
||||||
* The documentation can contain:
|
* The documentation can contain:
|
||||||
* - description (the main text);
|
* - description (the main text);
|
||||||
@ -37,6 +38,9 @@ namespace DB
|
|||||||
* The description should be represented in Markdown (or just plaintext).
|
* The description should be represented in Markdown (or just plaintext).
|
||||||
* Some extensions for Markdown are added:
|
* Some extensions for Markdown are added:
|
||||||
* - [example:name] will reference to an example with the corresponding name.
|
* - [example:name] will reference to an example with the corresponding name.
|
||||||
|
*
|
||||||
|
* Documentation does not support multiple languages.
|
||||||
|
* The only available language is English.
|
||||||
*/
|
*/
|
||||||
struct Doc
|
struct Doc
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user