diff options
author | Passw <Passw@users.noreply.github.com> | 2017-12-23 19:25:22 +0800 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-12-26 13:09:40 +0200 |
commit | caf151afb97605fd0b4aa18a188752ac35d021ee (patch) | |
tree | a5f460fbb385080242ce1135243faa8a85c833e5 | |
parent | a50106afeecaa0d6bb3effd5baf08f37a3102511 (diff) | |
download | meson-caf151afb97605fd0b4aa18a188752ac35d021ee.zip meson-caf151afb97605fd0b4aa18a188752ac35d021ee.tar.gz meson-caf151afb97605fd0b4aa18a188752ac35d021ee.tar.bz2 |
add one more blank line at the tail of Disabler.md
From http://mesonbuild.com/Manual.html , it seems that `Disabler.md` messes up `Modules.md`
-rw-r--r-- | docs/markdown/Disabler.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Disabler.md b/docs/markdown/Disabler.md index bd2b322..81417f6 100644 --- a/docs/markdown/Disabler.md +++ b/docs/markdown/Disabler.md @@ -63,4 +63,4 @@ endif This concentrates the handling of this option in one place and other build definition files do not need to be sprinkled with `if` -statements.
\ No newline at end of file +statements. |