Skip to content

Commit

Permalink
disable yardoc (not present at OBS)
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Oct 3, 2014
1 parent 7b9e807 commit 2366a1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build-tools/aminclude/autodocs-ycp.ami
Expand Up @@ -31,8 +31,7 @@ AUTODOCS_STRIP ?= $(srcdir)/../../src

# yard specific options
YARD ?= yard
# use markdown format by default
YARD_OPTIONS ?= -o . -m markdown
YARD_OPTIONS ?= -o .

# yard specific clean
clean-local:
Expand All @@ -47,4 +46,3 @@ index.html: $(AUTODOCS_YCP) $(AUTODOCS_PM) $(AUTODOCS_RB)
pod2html --title=$$b --infile=$$i --outfile=$$b.html; \
echo "<a href='$$b.html'>$${b/__/::}</a>" > $$b.mod.html; \
done
if [ -n "$(AUTODOCS_RB)" ]; then $(YARD) doc --title "@RPMNAME@ -- Development Documentation" $(YARD_OPTIONS) $(AUTODOCS_RB); fi

0 comments on commit 2366a1a

Please sign in to comment.