diff --git a/doc/_static/breathe.css b/doc/_static/breathe.css index 292bc7f7..90f94bbd 100644 --- a/doc/_static/breathe.css +++ b/doc/_static/breathe.css @@ -3,11 +3,14 @@ /* So enum value descriptions are displayed inline to the item */ .breatheenumvalues li tt + p { - display: inline; + display: inline; } /* So parameter descriptions are displayed inline to the item */ .breatheparameterlist li tt + p { - display: inline; + display: inline; } +.container s.breathe-sectiondef { + width: inherit; +} diff --git a/doc/usage.rst b/doc/usage.rst index fd1b2296..600f0572 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -19,7 +19,7 @@ before other includes in :file:`format.cc`. Building the library ==================== -An included `CMake build script`__ can be used to build the C++ Format +The included `CMake build script`__ can be used to build the C++ Format library on a wide range of platforms. CMake is freely available for download from http://www.cmake.org/download/.