chiark / gitweb /
documentation/doxygen: well, whatever.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 12 Sep 2019 20:56:40 +0000 (22:56 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 12 Sep 2019 20:57:09 +0000 (22:57 +0200)
This is a weird quirk of the Doxyfile parsing. I don't care, actually.
Not worth spending time on. Put quotes around.

documentation/test_doxygen/layout_navbar_main_project_url/Doxyfile
documentation/test_doxygen/layout_navbar_main_project_url/index.html

index 2f6b626b1ceabced3b045a711f7940e57132369e..f633e965c5f404bc1707fc49fb58d724857ca642 100644 (file)
@@ -1,5 +1,5 @@
 XML_OUTPUT              =
-PROJECT_NAME            = Your Brand
+PROJECT_NAME            = "Your Brand"
 PROJECT_BRIEF           = docs
 
 ##! M_PAGE_FINE_PRINT   =
index 01476b4a47eef3e9aa2c6a964ff1583126016a36..47605c2386f0739e38fcbdff331def1a4e39cc72 100644 (file)
@@ -2,8 +2,7 @@
 <html lang="en">
 <head>
   <meta charset="UTF-8" />
-  <title>Your Brand | Your
-Brand docs</title>
+  <title>Your Brand docs</title>
   <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600" />
   <link rel="stylesheet" href="m-dark+documentation.compiled.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -13,8 +12,7 @@ Brand docs</title>
   <div class="m-container">
     <div class="m-row">
       <span id="m-navbar-brand" class="m-col-t-8 m-col-m-none m-left-m">
-        <a href="http://your.brand">Your
-Brand</a> <span class="m-breadcrumb">|</span> <a href="index.html" class="m-thin">docs</a>
+        <a href="http://your.brand">Your Brand</a> <span class="m-breadcrumb">|</span> <a href="index.html" class="m-thin">docs</a>
       </span>
       <div class="m-col-t-4 m-hide-m m-text-right m-nopadr">
         <a id="m-navbar-show" href="#navigation" title="Show navigation"></a>
@@ -47,4 +45,4 @@ Brand</a> <span class="m-breadcrumb">|</span> <a href="index.html" class="m-thin
   </div>
 </article></main>
 </body>
-</html>
\ No newline at end of file
+</html>