summaryrefslogtreecommitdiff
path: root/doc/.scm-settings
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2017-10-28 13:41:58 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2017-10-28 13:41:58 +0000
commiteade012601348f8a63a06044c27659238859a26e (patch)
tree954d27b82f9c9e11544e3709861a8f023ebfaa68 /doc/.scm-settings
parent4921e629d11eb049fdb5663fe46af80a87ea5545 (diff)
downloadVirtualBox-svn-eade012601348f8a63a06044c27659238859a26e.tar.gz
docs: scm updates
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@69484 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'doc/.scm-settings')
-rw-r--r--doc/.scm-settings25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/.scm-settings b/doc/.scm-settings
new file mode 100644
index 00000000000..c497ae031a8
--- /dev/null
+++ b/doc/.scm-settings
@@ -0,0 +1,25 @@
+# $Id$
+## @file
+# Source code massager settings for the docs.
+#
+
+#
+# Copyright (C) 2010-2017 Oracle Corporation
+#
+# This file is part of VirtualBox Open Source Edition (OSE), as
+# available from http://www.virtualbox.org. This file is free software;
+# you can redistribute it and/or modify it under the terms of the GNU
+# General Public License (GPL) as published by the Free Software
+# Foundation, in version 2 as it comes in the "COPYING" file of the
+# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
+# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+#
+
+/*.html: --treat-as plaintext
+/*.rtf: --treat-as binary
+/*.doc: --treat-as binary
+
+# Abusing --external-copyright.
+/*.txvStateDiagram20: --xml --external-copyright
+
+