Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-18978

Fix comment word wrapping indentation

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.1.5
    • Affects Version/s: 3.1.4
    • Component/s: Build
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Platform 5 06/26/16

      After clang-format is run with the new coding convention, there are several comments whose lines are wider then 100 columns, and must be wrapped by hand.

      find . -regextype posix-egrep -regex ".*\.(cpp|h)" | grep -v rlp_decls | xargs -I{}  grep -H --color '.\{101\}' {} | wc -l
      

            Assignee:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Reporter:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: