1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
From: Bastian Germann <bage@debian.org>
Date: Tue, 18 Nov 2025 12:56:15 +0100
Description: Build with markdown formatter
---
--- a/docs/config.ld
+++ b/docs/config.ld
@@ -5,7 +5,7 @@ title='awesome API documentation'
description='API documentation for awesome, a highly configurable X window manager (version @AWESOME_VERSION@).'
-- More on it: https://github.com/stevedonovan/LDoc/blob/master/doc/doc.md#markdown-support
-format='discount'
+format='markdown'
dir='../doc'
-- Make the docs prettier
|