Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-03-13 20:14:17 +0300
committerGitHub <noreply@github.com>2022-03-13 20:14:17 +0300
commitb12b39db05d605cfb946f84afd27e0f6cf3c9e13 (patch)
tree6112096526671e25db77c5fd778ab9acfe818e38 /sphinx/domains/cpp.py
parent856b182b31eb35d1ede373eca91d7496f141a00d (diff)
parentf05a068be980b7f237135596c9414e4737052681 (diff)
Merge pull request #10212 from AA-Turner/remove-module-docstring-titles
Remove module docstring titles
Diffstat (limited to 'sphinx/domains/cpp.py')
-rw-r--r--sphinx/domains/cpp.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/domains/cpp.py b/sphinx/domains/cpp.py
index 311885e5d..64985a37f 100644
--- a/sphinx/domains/cpp.py
+++ b/sphinx/domains/cpp.py
@@ -1,12 +1,4 @@
-"""
- sphinx.domains.cpp
- ~~~~~~~~~~~~~~~~~~
-
- The C++ language domain.
-
- :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
- :license: BSD, see LICENSE for details.
-"""
+"""The C++ language domain."""
import re
from typing import (Any, Callable, Dict, Generator, Iterator, List, Optional, Tuple, TypeVar,