mirror of
				https://github.com/fmtlib/fmt.git
				synced 2025-11-04 08:01:40 +01:00 
			
		
		
		
	Fix docs
This commit is contained in:
		@@ -184,7 +184,7 @@ output ``operator<<`` when one is defined for a user-defined type.
 | 
			
		||||
Output iterator support
 | 
			
		||||
-----------------------
 | 
			
		||||
 | 
			
		||||
.. doxygenfunction:: fmt::format_to(OutputIt, const S &, const Args &...)
 | 
			
		||||
.. doxygenfunction:: fmt::format_to(OutputIt, const S&, const Args&...)
 | 
			
		||||
.. doxygenfunction:: fmt::format_to_n(OutputIt, std::size_t, string_view, const Args&...)
 | 
			
		||||
.. doxygenstruct:: fmt::format_to_n_result
 | 
			
		||||
   :members:
 | 
			
		||||
 
 | 
			
		||||
@@ -93,7 +93,8 @@ def build_docs(version='dev', **kwargs):
 | 
			
		||||
                          FMT_API= \
 | 
			
		||||
                          "FMT_BEGIN_NAMESPACE=namespace fmt {{" \
 | 
			
		||||
                          "FMT_END_NAMESPACE=}}" \
 | 
			
		||||
                          "FMT_STRING_ALIAS=1"
 | 
			
		||||
                          "FMT_STRING_ALIAS=1" \
 | 
			
		||||
                          "FMT_ENABLE_IF_T(B, T)=T"
 | 
			
		||||
      EXCLUDE_SYMBOLS   = fmt::internal::* StringValue write_str
 | 
			
		||||
    '''.format(include_dir, doxyxml_dir).encode('UTF-8'))
 | 
			
		||||
  if p.returncode != 0:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user