Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tddd55-lab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yunhao Lin
tddd55-lab
Commits
0233a18f
Verified
Commit
0233a18f
authored
5 years ago
by
Martin Sjölund
Browse files
Options
Downloads
Patches
Plain Diff
Fix remaining issues with lab1/2 swapped
parent
9414bcfb
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/Makefile
+1
-1
1 addition, 1 deletion
doc/Makefile
doc/source/conf.py
+1
-1
1 addition, 1 deletion
doc/source/conf.py
doc/source/doxygen.rst
+2
-2
2 additions, 2 deletions
doc/source/doxygen.rst
doc/source/lab1.rst
+1
-1
1 addition, 1 deletion
doc/source/lab1.rst
with
5 additions
and
5 deletions
doc/Makefile
+
1
−
1
View file @
0233a18f
...
@@ -16,7 +16,7 @@ help:
...
@@ -16,7 +16,7 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
html
:
Makefile doxygen-lab
1
/xml/index.xml doxygen-lab3/xml/index.xml
html
:
Makefile doxygen-lab
2
/xml/index.xml doxygen-lab3/xml/index.xml
@$(
SPHINXBUILD
)
-M
$@
"
$(
SOURCEDIR
)
"
"
$(
BUILDDIR
)
"
$(
SPHINXOPTS
)
$(
O
)
@$(
SPHINXBUILD
)
-M
$@
"
$(
SOURCEDIR
)
"
"
$(
BUILDDIR
)
"
$(
SPHINXOPTS
)
$(
O
)
rm
-rf
"
$(
SOURCEDIR
)
/html/_source"
rm
-rf
"
$(
SOURCEDIR
)
/html/_source"
...
...
This diff is collapsed.
Click to expand it.
doc/source/conf.py
+
1
−
1
View file @
0233a18f
...
@@ -135,7 +135,7 @@ imgmath_dvisvgm_args = ['--no-fonts', '--exact']
...
@@ -135,7 +135,7 @@ imgmath_dvisvgm_args = ['--no-fonts', '--exact']
highlight_language
=
'
c++
'
highlight_language
=
'
c++
'
breathe_projects
=
{
breathe_projects
=
{
"
lab
1
"
:
"
../doxygen-lab
1
/xml
"
,
"
lab
2
"
:
"
../doxygen-lab
2
/xml
"
,
"
lab3
"
:
"
../doxygen-lab3/xml
"
"
lab3
"
:
"
../doxygen-lab3/xml
"
}
}
...
...
This diff is collapsed.
Click to expand it.
doc/source/doxygen.rst
+
2
−
2
View file @
0233a18f
Source Documentation
Source Documentation
====================
====================
Lab
1
Lab
2
----
----
.. doxygenindex::
.. doxygenindex::
:project: lab
1
:project: lab
2
Lab3-4
Lab3-4
------
------
...
...
This diff is collapsed.
Click to expand it.
doc/source/lab1.rst
+
1
−
1
View file @
0233a18f
Lab
2
: Scanner Specification
Lab
1
: Scanner Specification
============================
============================
The scanner is the part of the compiler responsible for grouping characters in the input stream into tokens which are used by the parser.
The scanner is the part of the compiler responsible for grouping characters in the input stream into tokens which are used by the parser.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment