Skip to content

Commit

Permalink
Hide text in API documentation under logo and run target for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Nov 18, 2023
1 parent d2934c8 commit a751457
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/gnatdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ td {

#toc p.projectName {
# Hide the text to show the logo
display: inline-block;
text-indent: -9999px;
color: transparent;
margin-left: 65px;
height: 134px;
width: 394px;
Expand Down
11 changes: 9 additions & 2 deletions tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
SUBDIRS:=clock example graphics music opengl pong renderwindow thread window

all:
for dir in \
clock example graphics music opengl pong renderwindow thread window ; \
for dir in $(SUBDIRS) ; \
do \
$(MAKE) -C $$dir ; \
done

run:
for dir in $(SUBDIRS) ; \
do \
$${dir}/main ; \
done
2 changes: 2 additions & 0 deletions tools/gnatdoc_html/static/gnatdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ td {

#toc p.projectName {
# Hide the text to show the logo
display: inline-block;
text-indent: -9999px;
color: transparent;
margin-left: 65px;
height: 134px;
width: 394px;
Expand Down

0 comments on commit a751457

Please sign in to comment.