This commit is contained in:
Vitor Santos Costa
2017-06-26 01:17:51 +01:00
parent 9272a1c7d5
commit d0b2924322
17 changed files with 66 additions and 31 deletions

View File

@@ -1153,10 +1153,9 @@ HTML_STYLESHEET =
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET = @CMAKE_SOURCE_DIR@/docs/custom/customdoxygen.css
# @CMAKE_SOURCE_DIR@/docs/solarized-light.css
HTML_EXTRA_STYLESHEET = @CMAKE_SOURCE_DIR@/docs/custom/customdoxygen.css \
@CMAKE_SOURCE_DIR@/docs/custom/pygments.css \
@CMAKE_SOURCE_DIR@/docs/solarized-light.css
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note

View File

@@ -1,3 +1,5 @@
* { box-sizing:border-box }
h1, .h1, h2, .h2, h3, .h3{
font-weight: 200 !important;
}
@@ -8,7 +10,8 @@ h1, .h1, h2, .h2, h3, .h3{
.adjust-right {
margin-left: 30px !important;
font-size: 1.15em !important;
margin-right: 30px !important;
Font-size: 1.15em !important;
}
.navbar{
border: 0px solid #222 !important;

View File

@@ -28,7 +28,7 @@ interface.
+ @ref sicsatts
+ @ref New_Style_Attribute_Declarations
+ @ref AttributedVariables_Builtins
+ @ref corout
+ @ref attscorouts
### SICStus Style attribute declarations. {#SICS_attributes}

View File

@@ -1,4 +1,4 @@
Attributed Variables and Corouting {#atts}
Attributed Variables and Coroutingx
==================================

View File

@@ -7,7 +7,7 @@ YAP packages {#packages}
+ @subpage gecode
+ @subpage myddas_dbms
+ @subpage myddas
+ @ref PFL

View File

@@ -1,7 +1,7 @@
Programming in YAP {#YAPProgramming}
====================
+ @ref Syntax
+ @subpage YAPSyntax
+ @ref YAPCompilerSettings

View File

@@ -12,6 +12,7 @@ resulted in Prolog extensions such as the `dialect` feature. YAP
currently supports most of the SWI-Prolog foreign interface. The following SWI
libraries have been adapted to YAP:
~~~~~
+ @ref aggregate
+ @ref base64
+ @ref broadcast
@@ -42,6 +43,7 @@ libraries have been adapted to YAP:
+ @ref utf8
+ @ref win_menu
+ @ref www_browser
~~~~~
Note that in general SWI code may be from an earlier version than the

View File

@@ -74,14 +74,12 @@ acknowledge the contributions from Ashwin Srinivasian.
YAP includes a number of extensions over the original Prolog
language.
+ @subpage atts
+ @subpage atts.md
+ @ref Rational_Trees
+ @ref CohYroutining
+ @ref Attributed_Variables
+ @ref DepthLimited
+ @ref Tabling
@@ -97,15 +95,8 @@ language.
@page YAPProgramming Programming in YAP
@subpage yapsyntax.md
@page packages Packages for YAP
YAP includes a number of packages.
@subpage real.md
@subpage chr.md

View File

@@ -1,5 +1,6 @@
@ingroup YAPProgramming
YAP Syntax {#YAPSyntax}
====================
We will describe the syntax of YAP at two levels. We first will
describe the syntax for Prolog terms. In a second level we describe

View File

@@ -44,7 +44,7 @@ extensions = ['sphinx.ext.autodoc',
'breathe'
]
breathe_projects = { "yap": "${CMAKE_CURRENT_BINARY_DIR" }
breathe_projects = { "yap": "../../build/docs/xml" }
breathe_default_project = "yap"
# Add any paths that contain templates here, relative to this directory.