Skip to content

Commit 67d3611

Browse files
committed
Add TODO comment to script
1 parent 67c8c76 commit 67d3611

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

local_deploy.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
#DEBIAN_FRONTEND=noninteractive apt install -y doxygen graphviz
55
mkdir -p doxygen
66

7+
# TODO: This can be done better / automatically but keeping as is for now
8+
# (Exisiting code / quicker)
9+
710
# Build FilterWheel processor docs
811
mkdir -p doxygen/Filterwheel/processor
912
ls doxygen
@@ -40,4 +43,4 @@ cd $OLDPWD
4043
cd dox
4144
doxygen
4245

43-
cd $OLDPWD
46+
cd $OLDPWD

0 commit comments

Comments
 (0)