Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
402f5f31
Commit
402f5f31
authored
Feb 05, 2015
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation fixes
parent
bdeffc3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
doc/_static/breathe.css
doc/_static/breathe.css
+5
-2
doc/usage.rst
doc/usage.rst
+1
-1
No files found.
doc/_static/breathe.css
View file @
402f5f31
...
...
@@ -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
;
}
doc/usage.rst
View file @
402f5f31
...
...
@@ -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/.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment