summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-08-03switch default branch to 2.1.xDan Allen
2021-08-03import updates from 2.0.16 releaseDan Allen
2021-07-31omit_parentheses where possible in main codeDan Allen
2021-07-31remove colon after annotation tag in commentsDan Allen
2021-07-31resolves #2557 enable RuboCop to enforce a consistent code style and perform ...Dan Allen
2021-07-30fix API doc on attr_writer for text property on table cellDan Allen
2021-07-30fix missing ? in call to option? in DocBook converterDan Allen
2021-07-29fix Reader#unshift_all on JRuby to account for List argumentDan Allen
2021-07-29resolves #4106 use queue to iterate over lines in reader instead of stack (PR...Dan Allen
2021-07-27resolves #4110 fix missing automatic reftext for internal xrefs in manpage ou...Dan Allen
2021-07-25use clearer and more efficient logic to add leveloffset attributes around inc...Dan Allen
2021-07-25remove unnecessary assignment in ReaderDan Allen
2021-07-25set explicit return value for internal unshift and unshift_all methods on ReaderDan Allen
2021-06-25update comment about File#mtime workaround for JRuby [skip ci]Dan Allen
2021-06-25remove unnecessary comment in invoker [skip ci]Dan Allen
2021-06-25add note about required parentheses around method call [skip ci]Dan Allen
2021-06-22store quote in local variable when parsing CSV to avoid unnecessary string al...Dan Allen
2021-06-21rewrite condition in tag filtering to make it easier to readDan Allen
2021-06-19resolves #4086 only interpret negated wildcard in include tag filter as impli...Dan Allen
2021-06-18use guard clause in more places to avoid nesting codeDan Allen
2021-06-18fix missing space in API doc [skip ci]Dan Allen
2021-06-16remove redundant parentheses [skip ci]Dan Allen
2021-06-15remove unused prototype code inside block comment [skip ci]Dan Allen
2021-06-15avoid use of !! to coerce value to boolean [skip ci]Dan Allen
2021-06-15use guard clause in more places to avoid nesting codeDan Allen
2021-06-15fix logic from previous refactoring [skip ci]Dan Allen
2021-06-14slightly optimize link parsing to avoid duplicate empty checksDan Allen
2021-06-14don't shadow outer text variable in substitutorsDan Allen
2021-06-14use guard clause where possible to avoid nesting codeDan Allen
2021-06-13Fix typo cooresponding -> corresponding (PR #4083) [skip ci]Guillaume Grossetie
2021-06-12use %r enclosure for regexp if regexp contains a forward slashDan Allen
2021-06-08add respond_to_missing? method to html5 converter to complement method_missingDan Allen
2021-06-07clarify rdoc for setter methods [skip ci]Dan Allen
2021-06-06enforce no braces around Hash in last position of array and update code to co...Dan Allen
2021-06-06don't wrap arguments in parens that precede multiline block argument [skip ci]Dan Allen
2021-06-05consolidate conditionals where possibleDan Allen
2021-06-05consistently use %w to create string arraysDan Allen
2021-06-05consistently use ::Set.[] or ::Set.new to create sets instead of Array#to_setDan Allen
2021-06-04use case instead of if/elseif where possibleDan Allen
2021-06-03drop unnecessary parentheses in a few places [skip ci]Dan Allen
2021-06-03use single level of indentation for method calls that wrap [skip ci]Dan Allen
2021-06-03use comma after last entry in multi-line array [skip ci]Dan Allen
2021-06-02use comma after last entry in multi-line hash [skip ci]Dan Allen
2021-06-02don't use brackets around argument list of method definition [skip ci]Dan Allen
2021-05-28use automatic link text if ID in shorthand xref is followed by dangling commaDan Allen
2021-05-25fix indentation of options in method callsDan Allen
2021-05-25fix indentation in definition of CLI options with multi-line descriptionDan Allen
2021-05-23use more descriptive constant names in loggingDan Allen
2021-05-23remove unnecessary use of inherit argument when calling const_getDan Allen
2021-05-23use simpler strategy to create map of severity labels in loggingDan Allen