scls19fr / Nextion.jl

An unofficial Julia library to communicate with Itead Nextion display
Other
1 stars 1 forks source link

Fix doc #24

Open scls19fr opened 6 years ago

scls19fr commented 6 years ago

Broken doc because of setproperty!

$ make
julia --color=yes make.jl
Documenter: setting up build directory.
Documenter: expanding markdown templates.
 !! No docs found for 'setText(::NexText, ::String)'. [src/controls.md]
 !! No docs found for 'Scroll.Direction'. [src/controls.md]
 !! Warning in src/constants.md:

Failed to parse expression.

ERROR: Base.Meta.ParseError("\"<<\" is not a unary operator")

Documenter: building cross-references.
Documenter: running document checks.
 > checking for missing docstrings.
 > running doctests.
 > checking footnote links.
Documenter: populating indices.
Documenter: rendering document.
Documenter: skipping docs deployment.
  You can set DOCUMENTER_DEBUG to "true" in Travis to see more information.