Skip to content

Commit 682b049

Browse files
committed
doc: cleaned up Doxygen syntax from md files
1 parent b6b8980 commit 682b049

File tree

3 files changed

+30
-13
lines changed

3 files changed

+30
-13
lines changed

doc/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ FILTER_SOURCE_PATTERNS =
888888
# (index.html). This can be useful if you have a project on for instance GitHub
889889
# and want to reuse the introduction page also for the doxygen output.
890890

891-
USE_MDFILE_AS_MAINPAGE =
891+
USE_MDFILE_AS_MAINPAGE = mainpage.md
892892

893893
#---------------------------------------------------------------------------
894894
# Configuration options related to source browsing

doc/legal_information.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
1-
Legal Information {#legal_information}
2-
=================
3-
4-
<p>No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document.</p>
5-
<p>Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade.</p>
6-
<p>This document contains information on products, services and/or processes in development. All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest forecast, schedule, specifications and roadmaps.</p>
7-
<p>The products and services described may contain defects or errors which may cause deviations from published specifications. Current characterized errata are available on request.</p>
8-
<p>Cilk, Intel, the Intel logo, Intel Atom, Intel Core, Intel Inside, Intel NetBurst, Intel SpeedStep, Intel vPro, Intel Xeon Phi, Intel XScale, Itanium, MMX, Pentium, Thunderbolt, Ultrabook, VTune and Xeon are trademarks of Intel Corporation in the U.S. and/or other countries.</p>
9-
<p>\* Other names and brands may be claimed as the property of others.</p>
10-
<p>(C) 2016-2017, Intel Corporation.</p>
1+
### Legal Information
2+
No license (express or implied, by estoppel or otherwise) to any intellectual
3+
property rights is granted by this document.
4+
5+
Intel disclaims all express and implied warranties, including without
6+
limitation, the implied warranties of merchantability, fitness
7+
for a particular purpose, and non-infringement, as well as any warranty
8+
arising from course of performance, course of dealing, or usage in trade.
9+
10+
This document contains information on products, services and/or processes in
11+
development. All information provided here is subject to change without
12+
notice. Contact your Intel representative to obtain the latest forecast,
13+
schedule, specifications and roadmaps.
14+
15+
The products and services described may contain defects or errors which may
16+
cause deviations from published specifications. Current characterized errata
17+
are available on request.
18+
19+
Intel, the Intel logo, Intel Atom, Intel Core, Intel Inside, the Intel Inside
20+
logo, Intel Nervana, Intel Xeon Phi, Pentium, VTune and Xeon are trademarks
21+
of Intel Corporation or its subsidiaries in the U.S. and/or other countries.
22+
23+
\* Other names and brands may be claimed as the property of others.
24+
25+
(C) 2016-2017, Intel Corporation.

doc/mainpage.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
A Performance Library for Deep Learning {#mainpage}
1+
A Performance Library for Deep Learning
22
================
33

44
The Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) is an
@@ -302,4 +302,6 @@ use the topology: Convolution, ReLU, LRN, and pooling.
302302
- C: simple_training.c
303303
- C++: simple_training_net.cpp
304304
305-
@subpage legal_information
305+
--------
306+
307+
[Legal information](legal_information.md)

0 commit comments

Comments
 (0)